home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000112_news@columbia.edu _Thu Sep 23 11:50:39 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA26831
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 23 Sep 1999 11:50:39 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA09774
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 23 Sep 1999 11:45:16 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: rzsz with C-kermit & Solaris
  11. Date: 23 Sep 1999 15:45:16 GMT
  12. Organization: Columbia University
  13. Message-ID: <7sdhuc$9hc$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37ea1ce0.176424958@news.mindspring.com>,
  17. David Price <djprice@mindspring.com> wrote:
  18. : I am attempting to use sz with C-kermit on a Solaris 2.6 X86 system
  19. : without much success.  The rzsz version is 3.49 from Omen Tech.
  20. : C-kermit is version 6.0.192.  The problem is as follows:
  21. : - I connect and login to the remote site successfully using kermit.
  22. : - I enter the following command within kermit:
  23. :     !sz -v file_to_send </dev/cua/b >/dev/cua/b
  24. : - The following is echoed back to the screen a few times:
  25. :     **B0100000000027fed4
  26. :
  27. This indicates that your version of sz does not work on standard i/o
  28. and therefore cannot be redirected to Kermit's communications connection.
  29.  
  30. : - Finally, the following is echoed back:
  31. :     sz: timeout waiting for ZRINIT.
  32. : - This same thing happens if I enter the same sz command from the
  33. : shell once connected (without the ! of course).
  34. : I have made no modifications to the serial port via the Solaris
  35. : admintool or pmadm.
  36. : Any help or insight on this would be appreciated.
  37. :
  38. Read any of:
  39.  
  40.  1. Chapter 14 of "Using C-Kermit": Using External Protocols.
  41.  
  42.  2. Item 38 of the Kermit FAQ:
  43.  
  44.       http://www.columbia.edu/kermit/faq.html
  45.       ftp://kermit.columbia.edu/kermit/faq.txt
  46.  
  47. - Frank